(struct frame): New field face_alist.
authorRichard M. Stallman <rms@gnu.org>
Sun, 28 Mar 1993 05:24:23 +0000 (05:24 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 28 Mar 1993 05:24:23 +0000 (05:24 +0000)
src/frame.h

index 0f7ac73654581d6c68bea4528a729a442c7cb89d..0ec28119bce6e483c2d07d426e41afeebc2d786f 100644 (file)
@@ -132,8 +132,14 @@ struct frame
   Lisp_Object scroll_bars;
   Lisp_Object condemned_scroll_bars;
 
+  /* List of elements to display in the menu bar.
+     The elements have the form (KEY STRING . nil) to start;
+     when they are displayed, the hpos of the left edge goes in the cddr.  */
   Lisp_Object menu_bar_items;
 
+  /* Alist of elements (FACE-NAME . FACE-VECTOR-DATA).  */
+  Lisp_Object face_alist;
+
   /* The output method says how the contents of this frame
      are displayed.  It could be using termcap, or using an X window.  */
   enum output_method output_method;